home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sports / Virtual Sports.iso / madden / aildrvr.lst < prev    next >
File List  |  1995-12-29  |  17KB  |  646 lines

  1. ;████████████████████████████████████████████████████████████████████████████
  2. ;██                                                                        ██
  3. ;██  Miles Design Audio Interface Library                                  ██
  4. ;██                                                                        ██
  5. ;██  Sound driver installation message file                                ██
  6. ;██                                                                        ██
  7. ;██  Default selection criteria/examples:                                  ██
  8. ;██                                                                        ██
  9. ;██    .E BLASTER ........ Environment var 'BLASTER' must be present       ██
  10. ;██    .C MVSOUND ........ CONFIG.SYS must contain 'MVSOUND' string        ██
  11. ;██    .A AWEUTIL ........ AUTOEXEC.BAT must contain 'AWEUTIL' string      ██
  12. ;██                                                                        ██
  13. ;██    .NE BLASTER ....... Environment var 'BLASTER' must NOT be present   ██
  14. ;██    .NC MVSOUND ....... CONFIG.SYS must NOT contain 'MVSOUND' string    ██
  15. ;██    .NA AWEUTIL ....... AUTOEXEC.BAT must NOT contain 'AWEUTIL' string  ██
  16. ;██    .ND  .............. Entry cannot be selected as default             ██
  17. ;██                                                                        ██
  18. ;██    .T1  .............. Optional BLASTER Tn, if present, must be 1|3    ██
  19. ;██    .T2  .............. Mandatory BLASTER Tn must be 2|4|5              ██
  20. ;██    .T3  .............. Mandatory BLASTER Tn must be >=6                ██
  21. ;██                                                                        ██
  22. ;██  I/O default derivation:                                               ██
  23. ;██                                                                        ██
  24. ;██    .IOB .............. Derive I/O defaults from BLASTER variable       ██
  25. ;██    .IOD .............. I/O defaults = first driver default entry       ██
  26. ;██    .ION .............. Do not allow manual I/O configuration at all    ██
  27. ;██                                                                        ██
  28. ;██    .IOA .............. Use I/O address only (must appear at end)       ██
  29. ;██    .IOL .............. Suppress high-DMA prompt (must appear at end)   ██
  30. ;██                                                                        ██
  31. ;████████████████████████████████████████████████████████████████████████████
  32.  
  33. [sblaster.dig]
  34.  
  35. ;
  36. ;Selected by default if BLASTER variable is of type T1 or T3 (or no T 
  37. ;specifier), and no other "clone" variable exists (ULTRASND, MVSOUND, etc.)
  38. ;
  39. ;Default I/O parms from BLASTER
  40. ;
  41.  
  42. .E BLASTER
  43. .T1
  44. .NE ULTRASND
  45. .NE SNDSCAPE
  46. .NC MVSOUND.SYS
  47. .IOB
  48. .IOL
  49.  
  50. .NAME
  51. Creative Labs Sound Blaster or 100% compatible
  52.  
  53. .SPECIAL_TEXT
  54. Select this driver for use with your Sound Blaster, Sound Galaxy,
  55. Thunderboard, or Pro Audio Spectrum adapter.  Other sound cards which
  56. are not supported directly may also work with this driver, as long as 
  57. they provide hardware-based Sound Blaster compatibility without emulation
  58. drivers or TSRs.
  59. .END_SPECIAL_TEXT
  60.  
  61. ;████████████████████████████████████████████████████████████████████████████
  62.  
  63. [sbpro.dig]
  64.  
  65. ;
  66. ;Selected by default if BLASTER variable is of type T2, T4, or T5
  67. ;and no other "clone" variable exists
  68. ;
  69. ;Default I/O parms from BLASTER
  70. ;
  71.  
  72. .E BLASTER
  73. .T2
  74. .NE ULTRASND
  75. .NE SNDSCAPE
  76. .NC MVSOUND.SYS
  77. .IOB
  78. .IOL
  79.  
  80. .NAME
  81. Creative Labs Sound Blaster Pro or 100% compatible
  82.  
  83. .SPECIAL_TEXT
  84. This driver supports all versions of the Sound Blaster Pro and
  85. 100%%-compatible adapters.  Not recommended for use with the Sound 
  86. Blaster 16 or AWE32.
  87. .END_SPECIAL_TEXT
  88.  
  89. ;████████████████████████████████████████████████████████████████████████████
  90.  
  91. [sb16.dig]
  92.  
  93. ;
  94. ;Selected by default if BLASTER variable is of type T6
  95. ;
  96. ;Default I/O parms from BLASTER (I/O address only)
  97. ;
  98.  
  99. .E BLASTER
  100. .T3
  101. .NE ULTRASND
  102. .NE SNDSCAPE
  103. .NC MVSOUND.SYS
  104. .IOB
  105. .IOA
  106.  
  107. .NAME
  108. Creative Labs Sound Blaster 16 or AWE32
  109.  
  110. .SPECIAL_TEXT
  111. For high-quality digital audio with your Sound Blaster 16 or AWE32 
  112. adapter, select this driver.
  113. .END_SPECIAL_TEXT
  114.  
  115. ;████████████████████████████████████████████████████████████████████████████
  116.  
  117. [rap10.dig]
  118.  
  119. ;
  120. ;Never selected by default
  121. ;
  122. ;Default I/O parms from driver
  123. ;
  124.  
  125. .ND
  126. .IOD
  127.  
  128. .NAME
  129. Roland RAP-10
  130.  
  131. .HIGH_DMA_PAIRS
  132.  
  133. .SPECIAL_TEXT
  134. WARNING: During auto-detection of the Roland RAP-10 card, the driver
  135. verifies that the RAP-10 is present at an I/O address of 320H or 330H.  
  136. It will NOT verify the card's DMA channel or IRQ settings.  If your 
  137. RAP-10 card is not configured for IRQ 9, or if DMA channels 5 and 6 
  138. are already in use by another card on your system, you MUST select 
  139. the "Skip auto-detection and configure driver manually" option at 
  140. the next menu, and enter the correct I/O settings for your card.  
  141. Otherwise, your system may lock up, or you may experience a rapid 
  142. 'chatter' effect during sound playback.
  143. .END_SPECIAL_TEXT
  144.  
  145. ;████████████████████████████████████████████████████████████████████████████
  146.  
  147. [proaudio.dig]
  148.  
  149. ;
  150. ;Selected by default if CONFIG.SYS contains MVSOUND string
  151. ;
  152. ;No configuration allowed
  153. ;
  154.  
  155. .C MVSOUND.SYS
  156. .ION
  157.  
  158. .NAME
  159. Media Vision Pro Audio Spectrum or 100% compatible
  160.  
  161. .SPECIAL_TEXT
  162. Stereo digital audio with all versions of the Media Vision Pro Audio 
  163. Spectrum is available through the use of this driver.  If you experience
  164. problems, you should select the Sound Blaster-compatible driver instead.
  165. The Media Vision utility MVSOUND.SYS must be loaded into memory, or 
  166. your card will not be detected.
  167. .END_SPECIAL_TEXT
  168.  
  169. ;████████████████████████████████████████████████████████████████████████████
  170.  
  171. [ultra.dig]
  172.  
  173. ;
  174. ;Selected by default if environment contains ULTRASND variable
  175. ;
  176. ;Default I/O parms from driver
  177. ;
  178.  
  179. .E ULTRASND
  180. .IOD
  181.  
  182. .NAME
  183. Gravis UltraSound
  184.  
  185. .SPECIAL_TEXT
  186. When using this driver, ensure that no Gravis utilities such as SBOS, 
  187. UltraMID, or Mega-Em are active.  Your UltraSound system software 
  188. should be version 2.0 or later.
  189. .END_SPECIAL_TEXT
  190.  
  191. ;████████████████████████████████████████████████████████████████████████████
  192.  
  193. [jammer.dig]
  194.  
  195. ;
  196. ;Never selected by default
  197. ;
  198. ;Default I/O parms from driver
  199. ;
  200.  
  201. .ND
  202. .IOD
  203.  
  204. .NAME
  205. New Media Corporation WaveJammer(TM) Digital Audio
  206.  
  207. .SPECIAL_TEXT
  208. The WaveJammer card from New Media Corporation provides high-quality   
  209. portable audio for PCMCIA-based computers.  Select the Ad Lib(R) Music
  210. Synthesizer Card driver for FM music performance with the WaveJammer.
  211. .END_SPECIAL_TEXT
  212.  
  213. ;████████████████████████████████████████████████████████████████████████████
  214.  
  215. [sndscape.dig]
  216.  
  217. ;
  218. ;Selected by default if environment contains SNDSCAPE variable
  219. ;
  220. ;Default I/O parms from driver
  221. ;
  222.  
  223. .E SNDSCAPE
  224. .IOD
  225.  
  226. .NAME
  227. Ensoniq SoundScape(TM) Digital Audio
  228.  
  229. .SPECIAL_TEXT
  230. Select this driver if you have an Ensoniq SoundScape(TM) or compatible
  231. audio card.
  232. .END_SPECIAL_TEXT
  233.  
  234. ;████████████████████████████████████████████████████████████████████████████
  235.  
  236. [adrv688.dig]
  237.  
  238. ;
  239. ;Never selected by default
  240. ;
  241. ;Default I/O parms from driver
  242. ;
  243.  
  244. .ND
  245. .IOD
  246.  
  247. .NAME
  248. ESS Technology ES688 Digital Audio
  249.  
  250. .SPECIAL_TEXT
  251. This driver supports systems equipped with ESS Technology's ES688 
  252. chipset.
  253. .END_SPECIAL_TEXT
  254.  
  255. ;████████████████████████████████████████████████████████████████████████████
  256.  
  257. [sndsys.dig]
  258.  
  259. ;
  260. ;Never selected by default
  261. ;
  262. ;Default I/O parms from driver
  263. ;
  264.  
  265. .NAME
  266. Microsoft Windows Sound System
  267.  
  268. ;████████████████████████████████████████████████████████████████████████████
  269.  
  270. [mpu401.mdi]
  271.  
  272. ;
  273. ;Never selected by default
  274. ;
  275. ;Default I/O parms from driver
  276. ;
  277.  
  278. .ND
  279. .IOD
  280.  
  281. .SPECIAL_TEXT
  282. Most General MIDI synthesizers support the Roland MPU-401 MIDI hardware
  283. interface standard.  These include the Roland Sound Canvas, RAP-10, 
  284. and compatibles, as well as add-on daughterboards for the Sound Blaster
  285. 16 family.  MPU-401 devices generally offer the highest level of     
  286. performance and sound quality available, but users of Adaptec SCSI  
  287. controllers may wish to select the "Skip auto-detection and configure 
  288. driver manually" option at the next menu to reduce the likelihood of 
  289. MPU-401 detection problems.  Software-emulated MPU-401 interfaces are 
  290. not supported; if you have a Creative Labs AWE-32, you should select 
  291. "Creative Labs AWE-32(TM) General MIDI" instead.
  292. .END_SPECIAL_TEXT
  293.  
  294. ;████████████████████████████████████████████████████████████████████████████
  295.  
  296. [sndscape.mdi]
  297.  
  298. ;
  299. ;Selected by default if environment contains SNDSCAPE variable
  300. ;
  301. ;Default I/O parms from driver
  302. ;
  303.  
  304. .E SNDSCAPE
  305. .IOD
  306.  
  307. .NAME
  308. Ensoniq SoundScape(TM) General MIDI
  309.  
  310. .SPECIAL_TEXT
  311. Select this driver if you have an Ensoniq SoundScape(TM) or compatible
  312. audio card.
  313. .END_SPECIAL_TEXT
  314.  
  315. ;████████████████████████████████████████████████████████████████████████████
  316.  
  317. [ultra.mdi]
  318.  
  319. ;
  320. ;Selected by default if environment contains ULTRASND variable
  321. ;
  322. ;Default I/O parms from driver
  323. ;
  324.  
  325. .E ULTRASND
  326. .IOD
  327.  
  328. .SPECIAL_TEXT
  329. When using this driver, ensure that no Gravis utilities such as SBOS, 
  330. UltraMID, or Mega-Em are active.  Your UltraSound system software 
  331. should be version 2.0 or later.
  332. .END_SPECIAL_TEXT
  333.  
  334. ;████████████████████████████████████████████████████████████████████████████
  335.  
  336. [sbawe32.mdi]
  337.  
  338. ;
  339. ;Selected by default if AUTOEXEC contains AWEUTIL string
  340. ;
  341. ;Default I/O parms from driver
  342. ;
  343.  
  344. .A AWEUTIL
  345. .IOD
  346.  
  347. .NAME
  348. Creative Labs AWE-32(TM) General MIDI
  349.  
  350. .SPECIAL_TEXT
  351. This driver offers wavetable-quality General MIDI music synthesis with the
  352. Creative Labs AWE-32 card.  The "Creative Labs Sound Blaster 16 or AWE32"
  353. driver should be selected for digital audio.
  354. .END_SPECIAL_TEXT
  355.  
  356. ;████████████████████████████████████████████████████████████████████████████
  357.  
  358. [sblaster.mdi]
  359.  
  360. ;
  361. ;Selected by default if BLASTER variable is of type T1 or T3 (or no T 
  362. ;specifier), and no other "clone" variable exists (ULTRASND, MVSOUND, etc.)
  363. ;
  364. ;Default I/O parms from BLASTER (A only)
  365. ;
  366.  
  367. .E BLASTER
  368. .T1
  369. .NE ULTRASND
  370. .NE SNDSCAPE
  371. .NC MVSOUND.SYS
  372. .IOB
  373. .IOA
  374.  
  375. .SPECIAL_TEXT
  376. This driver can be used with any Sound Blaster-compatible FM music 
  377. synthesizer card that does not rely on software TSRs for Sound
  378. Blaster FM compatibility.  Users of more sophisticated General 
  379. MIDI-based cards should select the Sound Blaster driver only if 
  380. problems occur with the card's General MIDI driver, as the older 
  381. Sound Blaster OPL-2 chipset does not offer the superior sound 
  382. quality available with more modern devices.
  383. .END_SPECIAL_TEXT
  384.  
  385. ;████████████████████████████████████████████████████████████████████████████
  386.  
  387. [sbpro2.mdi]
  388.  
  389. ;
  390. ;Selected by default if BLASTER variable is of type T6 or >, and AUTOEXEC does
  391. ;not contain AWEUTIL string
  392. ;
  393. ;Default I/O parms from BLASTER (A only)
  394. ;
  395.  
  396. .E BLASTER
  397. .T3
  398. .NE ULTRASND
  399. .NE SNDSCAPE
  400. .NC MVSOUND.SYS
  401. .NA AWEUTIL
  402. .IOB
  403. .IOA
  404.  
  405. .NAME
  406. Creative Labs Sound Blaster(TM) 16
  407.  
  408. .SPECIAL_TEXT
  409. This driver is designed for use with Sound Blaster 16 adapters which
  410. are not equipped with General MIDI daughterboards such as the Wave
  411. Blaster.
  412.  
  413. Although the AWE-32 can also be supported with the Sound Blaster 16 
  414. driver, AWE-32 users should select the "Creative Labs AWE-32(TM) 
  415. General MIDI" driver for optimum sound quality.  
  416. .END_SPECIAL_TEXT
  417.  
  418. ;████████████████████████████████████████████████████████████████████████████
  419.  
  420. [sbpro2.mdi]
  421.  
  422. ;
  423. ;Selected by default if BLASTER variable is of type T2, T4, or T5,
  424. ;no other "clone" variable exists, and inp(388) == 0x00
  425. ;
  426. ;Default I/O parms from BLASTER (A only)
  427. ;
  428.  
  429. .E BLASTER
  430. .T2
  431. .NE ULTRASND
  432. .NE SNDSCAPE
  433. .NC MVSOUND.SYS
  434. .IOB
  435. .IOA
  436.  
  437. .SPECIAL_TEXT
  438. If your Sound Blaster Pro is a "current" model equipped with the Yamaha
  439. OPL-3 synthesizer, or if your music doesn't sound right with the other
  440. Sound Blaster Pro driver, you should select this option.
  441. .END_SPECIAL_TEXT
  442.  
  443. ;████████████████████████████████████████████████████████████████████████████
  444.  
  445. [sbpro1.mdi]
  446.  
  447. ;
  448. ;Selected by default if BLASTER variable is of type T2, T4, or T5,
  449. ;no other "clone" variable exists, and inp(388) == 0x06
  450. ;
  451. ;Default I/O parms from BLASTER (A only)
  452. ;
  453.  
  454. .E BLASTER
  455. .T2
  456. .NE ULTRASND
  457. .NE SNDSCAPE
  458. .NC MVSOUND.SYS
  459. .IOB
  460. .IOA
  461.  
  462. .SPECIAL_TEXT
  463. Users of early versions of the Sound Blaster Pro card can enjoy 
  464. 18-voice, 2-operator FM stereo music by selecting this driver.
  465. However, most Sound Blaster Pro cards and their compatibles, including 
  466. the Sound Blaster 16, use the more powerful OPL-3 chipset.  With these
  467. later cards, you should select the "Creative Labs Sound Blaster 
  468. Pro(TM) (new version)" driver instead.
  469. .END_SPECIAL_TEXT
  470.  
  471. ;████████████████████████████████████████████████████████████████████████████
  472.  
  473. [pas.mdi]
  474.  
  475. ;
  476. ;Selected by default if MVSOUND exists in CONFIG.SYS, and inp(388) == 0x06
  477. ;
  478. ;No configuration allowed
  479. ;
  480.  
  481. .C MVSOUND.SYS
  482. .ION
  483.  
  484. .SPECIAL_TEXT
  485. Only users of the earliest Pro Audio Spectrum cards from Media Vision
  486. should select this driver.  The Media Vision utility MVSOUND.SYS 
  487. must be loaded into memory, or your card will not be detected.
  488. .END_SPECIAL_TEXT
  489.  
  490. ;████████████████████████████████████████████████████████████████████████████
  491.  
  492. [pasplus.mdi]
  493.  
  494. ;
  495. ;Selected by default if MVSOUND exists in CONFIG.SYS, and inp(388) == 0x00
  496. ;
  497. ;No configuration allowed
  498. ;
  499.  
  500. .C MVSOUND.SYS
  501. .ION
  502.  
  503. .SPECIAL_TEXT
  504. Users of the Media Vision Pro Audio Spectrum Plus and Pro Audio Spectrum
  505. 16 cards should select this driver.  The Media Vision utility MVSOUND.SYS 
  506. must be loaded into memory, or your card will not be detected.
  507. .END_SPECIAL_TEXT
  508.  
  509. ;████████████████████████████████████████████████████████████████████████████
  510.  
  511. [adlibg.mdi]
  512.  
  513. ;
  514. ;Selected by default if GOLD variable exists in AUTOEXEC.BAT
  515. ;
  516. ;Default I/O parms from driver  
  517. ;
  518.  
  519. .E GOLD
  520. .IOD
  521.  
  522. .SPECIAL_TEXT
  523. This driver supports the Ad Lib Gold Music Synthesizer card in 4-operator
  524. FM mode.
  525. .END_SPECIAL_TEXT
  526.  
  527. ;████████████████████████████████████████████████████████████████████████████
  528.  
  529. [adlib.mdi]
  530.  
  531. ;
  532. ;Never selected by default
  533. ;
  534. ;No configuration -- always at $388
  535. ;
  536.  
  537. .ND
  538. .ION
  539.  
  540. .SPECIAL_TEXT
  541. This driver can be used with any Ad Lib-compatible FM music 
  542. synthesizer card that does not rely on software TSRs for Ad Lib 
  543. FM compatibility.  Users of more sophisticated General MIDI-based
  544. cards should select the Ad Lib driver only if problems occur with
  545. the card's General MIDI driver, as the older Ad Lib OPL-2 chipset
  546. does not offer the superior sound quality available with more modern 
  547. devices.
  548. .END_SPECIAL_TEXT
  549.  
  550. ;████████████████████████████████████████████████████████████████████████████
  551.  
  552. [opl3.mdi]
  553.  
  554. ;
  555. ;Never selected by default
  556. ;
  557. ;No configuration -- always at $388
  558. ;
  559.  
  560. .ND
  561. .ION
  562.  
  563. .NAME
  564. ESS Technology ES688 FM Audio
  565.  
  566. .SPECIAL_TEXT
  567. This driver supports systems equipped with ESS Technology's ES688 
  568. chipset.
  569. .END_SPECIAL_TEXT
  570.  
  571. ;████████████████████████████████████████████████████████████████████████████
  572.  
  573. [opl3.mdi]
  574.  
  575. ;
  576. ;Never selected by default
  577. ;
  578. ;No configuration -- always at $388
  579. ;
  580.  
  581. .ND
  582. .ION
  583.  
  584. .SPECIAL_TEXT
  585. This driver is for use with all Yamaha OPL-3 based FM music synthesizers,
  586. including those not supported by any other driver in the list.
  587. .END_SPECIAL_TEXT
  588.  
  589. ;████████████████████████████████████████████████████████████████████████████
  590.  
  591. [mt32mpu.mdi]
  592.  
  593. ;
  594. ;Never selected by default
  595. ;
  596. ;Default I/O parms from driver
  597. ;
  598.  
  599. .ND
  600. .IOD
  601.  
  602. .SPECIAL_TEXT
  603. Although the Roland MT-32 is not General MIDI-compatible, it uses the
  604. MPU-401 hardware interface standard to communicate with applications. 
  605. MT-32 owners who use Adaptec SCSI controllers may wish to select 
  606. the "Skip auto-detection and configure driver manually" option at the
  607. next menu to reduce the likelihood of MPU-401 detection problems.
  608. .END_SPECIAL_TEXT
  609.  
  610. ;████████████████████████████████████████████████████████████████████████████
  611.  
  612. [tandy.mdi]
  613.  
  614. ;
  615. ;Never selected by default
  616. ;
  617. ;No configuration allowed
  618. ;
  619.  
  620. .ND
  621. .ION
  622.  
  623. .SPECIAL_TEXT
  624. Tandy 1000-compatible 3-voice music support is available with this driver.
  625. .END_SPECIAL_TEXT
  626.  
  627. ;████████████████████████████████████████████████████████████████████████████
  628.  
  629. [pcspkr.mdi]
  630.  
  631. ;
  632. ;Never selected by default
  633. ;
  634. ;No configuration allowed
  635. ;
  636.  
  637. .ND
  638. .ION
  639.  
  640. .SPECIAL_TEXT
  641. IBM PC internal speaker (1-voice) music support is available with this 
  642. driver, which offers extremely low-quality music synthesis.
  643. .END_SPECIAL_TEXT
  644.  
  645. 
  646.